[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   ----------------------------------------------------------------------------
   EDITDB()                 Customized DBEDIT
   ----------------------------------------------------------------------------
     Usage         EDITDB([<ExpL>],[<ExpN>],[<Array>],[<Array>])
     Params        [<ExpL>]  - IS EDIT/ADD/DELETE ALLOWED FROM DBEDIT ?
                   [<ExpN>]  - NUMBER OF FIELDS
                   [<Array>] - ARRAY OF FIELDS
                   [<Array>] - ARRAY OF FIELD DESCRIPTIVE NAMES
     Example
                   ...
                   USE CUSTOMER
                   private flds[3],fdes[3]
                   flds[1] = "fname"
                   flds[2] = "lname"
                   flds[3] = "mi"
                   fdes[1] = "First Name"
                   fdes[2] = "Last Name"
                   fdes[3] = "Middle Initial"
                   editdb(.t.,3,flds,fdes)
                   ...
                   or
                   ...
                   USE CUSTOMER
                   editdb()
                   ...

                   All params are optional.
                   See usage in CB.PRG

     Notes         Allows record deletion, but does not pack.
                   Does not 'SET DELETED' one way or the other.
                   Calls almost all of the other SuperFunctions - so
                   look for a big increase in EXE size.

     INTERNAL FUNCTIONS :
        DB_EDAD()         DB_FRU()          DB_KEYS()
        ED_G_PIC()        V_EDITD()

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson